<p class="Paragraph">Returns the current system date as a string, or resets the date. The date format is recognized according to your local system settings.</p>
<p class="Paragraph">Text: Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings.</p>
<p class="P2">Example:</p>
<p class="PropText">Sub ExampleDate</p>
<p class="PropText">msgbox "The date is " & Date</p>